home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / AmigaGnuChess.lha / chess / src.lha / src / defines.c < prev    next >
C/C++ Source or Header  |  1992-09-04  |  287b  |  11 lines

  1. /*#define HASHFILE "gnuchess:gnuchess.hash"*/
  2. #define BOOK "local:gnuchess/gnuchess.book"
  3. #define LANGFILE "local:gnuchess/gnuchess.lang"
  4. #define QUIETBACKGROUND 1
  5. #define NOSCORESPACE 1
  6. #define HISTORY 1
  7. #include "gnuchess.h"
  8. #ifndef abs
  9. #define abs(n) (((n) >= 0) ? (n) : -(n))
  10. #endif
  11.